home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / swaga_c.zip / CRT.SWG / 0022_80x50 text mode.pas < prev    next >
Pascal/Delphi Source File  |  1994-08-24  |  187b  |  9 lines

  1.  AS> Could someone tell me how to access 80x50 text mode in
  2.  AS> Tp 6.0 = mode con lines=50 in dos.
  3.  
  4. Uses Crt;
  5. begin
  6.  textmode(c80+font8x8); {80x50}
  7.  textmode(c80); {80x25}
  8. end.
  9.